Carbon


SetClientID

Header: Quickdraw.h Carbon status: Supported

Sets the gdID field in the current GDevice data structure to identify this client program to its search and complement functions. This function is used by system software and your application should not need to call it.

void SetClientID (
    SInt16 id
);
Parameter descriptions
id

The ID to be set in the device data structure.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)